Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table_name setting #64

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

sakshamgupta05
Copy link

The table_name setting allows declaration of an existing table where all the data needs to be inserted instead of creating new tables based on the timestamp. This feature is particularly helpful when working with partitioned tables in BigQuery which uses a single table & optimises queries using the partitioning column.

table_prefix, table_separator, csv_schema, json_schema are ignored when this setting is used.

This PR addresses #42 as well.

sakshamgupta-idfy and others added 5 commits January 29, 2021 20:17
 - Useful when using single partitoned table
 - Doesn't create a new table & appends data to the given table
@cla-checker-service
Copy link

cla-checker-service bot commented Feb 11, 2021

💚 CLA has been signed

@marcantoine-hebert
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants